DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / DicomDataSet Constructor / DicomDataSet Constructor(Byte[],ReadBehaviours)

The byte array to read

ReadBehavioursObject to control individual read operation

In This Topic
    DicomDataSet Constructor(Byte[],ReadBehaviours)
    In This Topic
    Creates a new DicomDataSet from a byte array
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Array() As System.Byte, _
       Optional ByVal ReadBehaviour As ReadBehaviours _
    )
    public DicomDataSet( 
       System.byte[] Array,
       ReadBehaviours ReadBehaviour
    )

    Parameters

    Array

    The byte array to read

    ReadBehaviour
    ReadBehavioursObject to control individual read operation

    Return Value

    Remarks
    A DicomDataSet constructor.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also